home *** CD-ROM | disk | FTP | other *** search
/ OK PC 54 / OKPC #54 I-97.iso / milenium / win95 / microsft / ie30 / add-ons / htmlwiz.exe / RCDATA / CABINET / WIZARD.INF < prev   
Windows Setup INFormation  |  1996-06-25  |  3KB  |  104 lines

  1. ; REQUIRED - The following version/signature section is required for this
  2. ; information file to be valid for Windows 95:
  3. [version]
  4. signature="$chicago$"
  5.  
  6.  
  7. ; REQUIRED - For this information file to work as an automatic installation
  8. ; script, it needs to have a [DefaultInstall] section that will be used
  9. ; as the installation process for this application
  10.  
  11. [DefaultInstall] 
  12. CopyFiles = WizardFilesShort
  13. AddReg = WizardRegisterApp, WizardRegUninstall, WizardRenameFiles 
  14. UpdateInis = WizardAddLinks 
  15.  
  16.  
  17. [WizardFilesShort] 
  18. wizard.exe
  19. wizard.hlp
  20. wizard.inf
  21.  
  22. [WizardFilesLong] 
  23. htmlwizard.exe
  24. htmlwizard.hlp
  25. htmlwizard.inf
  26.  
  27. [DestinationDirs]
  28. WizardFilesShort = 24,%PROGRAMF%\%FOLDERNAME%
  29. WizardFilesLong = 24,%PROGRAMF%\%FOLDERNAME%
  30.  
  31.  
  32. [SourceDisksFiles]
  33. wizard.exe=1
  34. wizard.hlp=1
  35. wizard.inf=1
  36.  
  37. [SourceDisksNames]
  38. 1="%DISKNAME%",,0
  39.  
  40.  
  41. [RemoveWizard] 
  42. DelFiles = WizardFilesLong
  43. DelReg = WizardUnRegisterApp, WizardRegUninstall 
  44. AddReg = WizardRemoveLFNs 
  45. UpdateInis = WizardRemoveLinks 
  46.  
  47.  
  48. [WizardRegisterApp] 
  49. ;Make arbitrary registry entry (for private use of htmlwizard.exe) 
  50. HKLM,Software\Microsoft\HTMLWizard,Installed,,"1" 
  51.  
  52. [WizardUnRegisterApp] 
  53. ;Delete registry entry (note that this deletes the entire key) 
  54. HKLM,Software\Microsoft\HTMLWizard 
  55.  
  56.  
  57. [WizardRegUninstall] 
  58. ;Add entry to the Add-Remove Programs control panel to uninstall the program: 
  59. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HTMLWizard,"DisplayName",,"HTML Wizard's Assistant" 
  60. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HTMLWizard,"UninstallString",,"RunDll setupx.dll,InstallHinfSection RemoveWizard 4 %24%\%PROGRAMF%\%FOLDERNAME%\HTMLWizard.inf" 
  61.  
  62. [WizardRenameFiles] 
  63. ;renames 8.3 files to Long File Names 
  64. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\HTMLWizard,,,"%24%\%PROGRAMF%\%FOLDERNAME%" 
  65. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\HTMLWizard,wizard.exe,,"HTMLWizard.EXE" 
  66. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\HTMLWizard,wizard.hlp,,"HTMLWizard.HLP" 
  67. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\HTMLWizard,wizard.inf,,"HTMLWizard.INF" 
  68.  
  69. [WizardRemoveLFNs] 
  70. ;Deletes files with Long File Names during Uninstall 
  71. HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\HTMLWizard,wizard.exe,,"HTMLWizard.EXE" 
  72. HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\HTMLWizard,wizard.hlp,,"HTMLWizard.HLP" 
  73. HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\HTMLWizard,wizard.inf,,"HTMLWizard.INF" 
  74. HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\HTMLWizard,wizard.gid,,"HTMLWizard.GID" 
  75. HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\HTMLWizard,,,"%24%\%PROGRAMF%\%FOLDERNAME%" 
  76.  
  77.  
  78. [WizardAddLinks] 
  79. ;Adds shortcut to HTMLWizard.EXE on the Start Menu: 
  80. setup.ini, progman.groups,, "group1=HTMLWizard"
  81. ; Use the "SHORT" name here, it will get fixed ???
  82. setup.ini, group1,, "HTMLWizard, c:\progra~1\HTMLWiz\wizard.exe"
  83.  
  84.  
  85. [WizardRemoveLinks] 
  86. ;Removes shortcut to HTMLWizard.EXE on the Start Menu during Uninstall: 
  87. setup.ini, progman.groups,, "group1=HTMLWizard"
  88. setup.ini, group1,, "HTMLWizard"
  89.  
  90.  
  91. [SourceDisksNames] 
  92. 1 = %DISKNAME%,HTMLWizard,0
  93.  
  94. [SourceDisksFiles] 
  95. Wizard.EXE = 1
  96. Wizard.HLP = 1
  97. Wizard.INF = 1
  98.  
  99. [Strings] 
  100. PROGRAMF = "PROGRA~1" 
  101. FOLDERNAME = "HTMLWiz" 
  102. PRODUCTNAME = "HTMLWizard" 
  103. DISKNAME = "HTMLWizard" 
  104.